configuration / chassis0 / slots / [SLOT-ID] / [msf511] / module / ports

CLI REST-API

port1

The submenu port1 (port1) contains the following:

Menus:
freq (frequency)
e1 (e1)
t1 (t1)
error-mask (controls which types of error can be ignored)
ltc-out-flags (ltc-out-flags)

Objects:
port-type (port type)
gpio-type (gpio type)
label (label)
milli-phase (phase [1/1000 degree units])
sa-bits (sa-bits)
ssm (synchronization status message)
boc (boc)
vertical-offset (Vertical offset in ns)
horizontal-offset (Horizontal offset in ns)
tc-line0 (first time code line location)
tc-line1 (second time code line location)
daily-jam (daily jam time, if applicable)
daily-jam-100th-sec (100ths of seconds part of the daily jam time, if applicable)
tc-line (tc-line)
channel (frequency channel)
rcg-phase-offset (phase offset in ns)
fixed-type (fixed type)
direction (direction)
op-mode (operation mode)
mrs-reference (mrs-reference)
ql-mask (ql-mask)
hysteresis (hysteresis between yellow and red alarm)
discard-if-itu-violated (Discard input signal if selected ITU mask violated)
mode (Mode)
tsu-port (tsu-port)

Commands: none



Applies to modules


GPS167
GPS167SV
PZF511
GPS170
TCR511
AM511
MSF511
GRC170
WWVB511
MGR170
PZF600
TCR600
GPS180
GLN170
MGR180
MSF600
WWVB600
ESI180
CPE180
LNO180
GRC180
LIU
MRI
BPE
RSC180
LNE_GB
SCG
FDM180
SPT
PZF180
REL1000
HPS100
VSG180
MSF180
WWVB180
CPC180
TCR180
LUE180
SCU_01
LNE180SFP
GTS180
GRC181
GNS181_UC
PSX210
CPC200
FDM180M
LSG180
GPS190
GNS181
PIO180
SSP100
VSI180
GNM181
RSC2000
REL1000_RC
VSG181
BPE2XXX
BPE2352
BPE8XXX
BPE6042
GNS190
CES

See also:
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/freq
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/e1
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/t1
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/error-mask
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/ltc-out-flags
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/port-type
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/gpio-type
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/label
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/milli-phase
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/sa-bits
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/ssm
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/boc
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/vertical-offset
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/horizontal-offset
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/tc-line0
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/tc-line1
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/daily-jam
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/daily-jam-100th-sec
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/tc-line
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/channel
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/rcg-phase-offset
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/fixed-type
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/direction
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/op-mode
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/mrs-reference
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/ql-mask
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/hysteresis
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/discard-if-itu-violated
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/mode
/configuration/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]/tsu-port
/status/chassis0/slots/[SLOT-ID]/[am511]/module/ports/port[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ports/port.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ports/port.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ports/port.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ports/port.*
-d "{
  \"objects\": \"new-values\"
}"